home *** CD-ROM | disk | FTP | other *** search
- object CibeoAboutForm: TCibeoAboutForm
- Left = 753
- Top = 212
- BorderStyle = bsDialog
- ClientHeight = 295
- ClientWidth = 437
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object AboutLeft: TImage
- Left = 4
- Top = 4
- Width = 69
- Height = 286
- Anchors = [akLeft, akTop, akBottom]
- end
- object AboutTop: TImage
- Left = 72
- Top = 4
- Width = 363
- Height = 77
- Anchors = [akLeft, akTop, akRight]
- AutoSize = True
- end
- object bvSeparate: TBevel
- Left = 84
- Top = 156
- Width = 345
- Height = 5
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Button1: TButton
- Left = 356
- Top = 263
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object btRegister: TButton
- Left = 272
- Top = 263
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Unlock'
- TabOrder = 1
- OnClick = btRegisterClick
- end
- object pnApplication: TPanel
- Left = 72
- Top = 80
- Width = 363
- Height = 69
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- object AppLabel1: TLabel
- Left = 8
- Top = 4
- Width = 348
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object AppLabel2: TLabel
- Left = 8
- Top = 24
- Width = 348
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object AppLabel3: TLabel
- Left = 8
- Top = 44
- Width = 348
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object pnAbout: TPanel
- Left = 72
- Top = 160
- Width = 363
- Height = 45
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 3
- object StaticText1: TStaticText
- Left = 8
- Top = 4
- Width = 352
- Height = 20
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- TabOrder = 0
- end
- object StaticText2: TStaticText
- Left = 8
- Top = 24
- Width = 352
- Height = 20
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- TabOrder = 1
- end
- end
- object pnCibeo: TPanel
- Left = 77
- Top = 262
- Width = 192
- Height = 28
- Cursor = crHandPoint
- Anchors = [akLeft, akRight, akBottom]
- BevelOuter = bvNone
- Caption = 'www.cibeo.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = True
- ParentFont = False
- TabOrder = 4
- OnClick = pnCibeoClick
- end
- end
-